ByteWithCode
Type
operator
Summary
Create a 1-byte data value from a number
Syntax
the byte with code <Value>
Description
Returns a byte of binary data, created using the given value. The Value must be between 0 and 255 (inclusive).
Parameters
Name | Type | Description |
---|---|---|
Value | The value for the new data value |